home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20031118-20041115 / 000402_jaltman2@nyc.rr.com_Wed Sep 22 15:02:34 2004.msg < prev    next >
Internet Message Format  |  2004-11-14  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed1.nycmny01.us.to.verio.net!newspeer1.stngva01.us.to.verio.net!verio!newsfeed.vmunix.org!newsfeed.stueberl.de!peer01.cox.net!cox.net!cyclone1.gnilink.net!gnilink.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  2. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  3. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910
  4. X-Accept-Language: en-us, en
  5. MIME-Version: 1.0
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Return codes and If statments
  8. References: <3f9c05b0.0409211252.5aa51cb1@posting.google.com> <slrncl18i5.56s.fdc@sesame.cc.columbia.edu> <1095827419.338981.28270@k26g2000oda.googlegroups.com> <3f9c05b0.0409220853.25e5bd46@posting.google.com> <slrncl3dp2.ftp.fdc@sesame.cc.columbia.edu>
  9. In-Reply-To: <slrncl3dp2.ftp.fdc@sesame.cc.columbia.edu>
  10. X-Enigmail-Version: 0.84.2.0
  11. X-Enigmail-Supports: pgp-inline, pgp-mime
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. Lines: 35
  15. Message-ID: <YZi4d.780$mH1.1555997@twister.nyc.rr.com>
  16. Date: Wed, 22 Sep 2004 17:52:56 GMT
  17. NNTP-Posting-Host: 24.193.46.55
  18. X-Complaints-To: abuse@rr.com
  19. X-Trace: twister.nyc.rr.com 1095875576 24.193.46.55 (Wed, 22 Sep 2004 13:52:56 EDT)
  20. NNTP-Posting-Date: Wed, 22 Sep 2004 13:52:56 EDT
  21. Organization: Road Runner - NYC
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15180
  23.  
  24. Frank da Cruz wrote:
  25.  
  26. >   IF <condition> {
  27. >      command
  28. >      command
  29. >   }
  30. > works, but:
  31. >   IF <condition>
  32. >   {
  33. >      command
  34. >      command
  35. >   }
  36. > doesn't.  The first line is an incomplete command with no indication of
  37. > continuation.
  38.  
  39. Adding the working example of
  40.  
  41. IF <condition> -
  42. {
  43.     command
  44.     command
  45. }
  46.  
  47. might make this a bit clearer.
  48.  
  49. Jeffrey Altman
  50.  
  51.  
  52. -- 
  53. -----------------
  54. This e-mail account is not read on a regular basis.
  55. Please send private responses to jaltman at mit dot edu